Fox's Git Mirrors
🗀 Files • ☸ Work (0) • 🖹 Commits (14) • ⑃ Branches (1) • ⌆ Tags (0) • ♥ Thanks (0)
>ARMstrap_Modules
These are some reusable modules for the ARMstrap CubeMX Template project structure. They are generally
compatible with STM32F4xx Cube-based (HAL) projects.
Modules
• Debounce - Integrator debouncer
• Debug - Functions for printing debug information to a UART. Works out of the box with the ARMstrap
FTDI port if used with the default platform\_config.h
• U8Glib - Version 1.15 (ARM) of the U8G graphics library
• U8GlibDriverARMstrap - U8G SPI comm driver for the ARMstrap board
• U8GlibDriverHD66753 - U8G device driver for the HD66753 LCD controller
• U8GDisplayTest - FPS-counting test screen for U8G
• Utils - Various utility functions
Using Modules
To use the modules, copy the directory containing the module you want to use into the Modules directory
in the project. Then T383838#include <module_name/module_header.h> wherever you want to use the functionality.
Served by rngit 1.4.1 - Generated in 0.03s